Skip to content

Issue 7 allow crud operations on tasks - #9

Merged
kaojb-bass merged 17 commits into
use_uvfrom
issue-7-Allow_CRUD_Operations_on_Tasks
Jan 7, 2026
Merged

Issue 7 allow crud operations on tasks#9
kaojb-bass merged 17 commits into
use_uvfrom
issue-7-Allow_CRUD_Operations_on_Tasks

Conversation

@Precipicee

@Precipicee Precipicee commented Jan 3, 2026

Copy link
Copy Markdown
Collaborator

Change Summary

  • Adds the tasks page, under the route /[id]/tasks.
  • Creates this tasks page using two key components - the Task List and the Task Form.
    • The Task List obtains data from the database, filtering by the user.
    • The Task Form allows a user to create new Task Items.
  • There were some small database alterations discussed with the team previously.
  • Serializers, Views and URLs were altered to accommodate a more comprehensive set of requests.
    • NOTE THIS MAY IMPACT OTHER WORK COMPLETED

Change Form

  • The pull request title has an issue number
  • The change works by "Smoke testing" or quick testing
  • The change has tests
  • The change has documentation

Other Information

  • Editing Features are being worked on still. Specifically, I am adjusting how a user can edit a given task.
  • Documentation and Testing not included.
  • UI Design still needs to be completed.

Related issue

@Precipicee
Precipicee requested a review from Archer-Key January 4, 2026 02:19
@kaojb-bass
kaojb-bass merged commit 698221c into use_uv Jan 7, 2026
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow CRUD Operations on Tasks

2 participants